home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d7 / exhost13.arc / EXAMPLES.ARC / UPLOAD.BAT < prev   
DOS Batch File  |  1990-11-03  |  446b  |  8 lines

  1.                  Example batch file to be run after each upload.
  2. fixdir fixnew      <--- runs adds fixdir headers to new.dir file
  3. cd uploads         <--- changes to the uploads directory
  4. scan %1 /D /NOMEM  <--- scans for viruses and auto-deletes infected files
  5. rezip %1           <--- rezips the uploaded file (%1 is sent by Host)
  6. call comment %1    <--- adds BBS comment to zip file
  7. cd \telix          <--- returns to the Telix directory
  8.